home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_MacPaint / Source / shared.subproj / RCS / MacToNeXTText.h,v < prev    next >
Text File  |  1995-06-12  |  2KB  |  73 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  beta10:1.1;
  5. locks    death:1.2;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     93.04.04.23.44.34;  author death;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     93.01.10.15.08.00;  author death;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Sun Apr  4 23:44:34 PDT 1993
  27. @
  28. text
  29. @/*====================================================================
  30. This is the interface file for the MacToneXtText class.  Full documentation for this class can be found in the MacToNeXTText.rtf file.  I will not duplicate all that fine information here.
  31.  
  32. NOTE: You may find that text doesn't line up properly unless you use the New Century Schoolbook Roman typeface, since this was created with it.
  33.  
  34. INFORMATION:
  35.     This is $Revision: 1.1 $ of this file
  36.     It was last modified by $Author: death $ on $Date: 93/01/10 15:08:00 $
  37.      $Log:    MacToNeXTText.h,v $
  38.  * Revision 1.1  93/01/10  15:08:00  death
  39.  * Sun Jan 10 15:08:00 PST 1993
  40.  * 
  41. ====================================================================*/
  42.  
  43.  
  44. #import "TextConverter.h"
  45. #import "common.h"
  46.  
  47. @@interface MacToNeXTText:TextConverter
  48. {
  49.     Boolean    StrictIM;
  50.     Character    ConvertArray[256];
  51. }
  52.  
  53. - init;
  54. - (Character) ConvertCharacter: (Character) theCharacter;
  55. - (Pointer) ConvertString: (Pointer) theData WithLength: (Integer) length;
  56. - UseIM1:  (Boolean) doItStrictly;
  57. @@end
  58.  
  59. @
  60.  
  61.  
  62. 1.1
  63. log
  64. @Sun Jan 10 15:08:00 PST 1993
  65. @
  66. text
  67. @d7 6
  68. a12 3
  69.     This is $Revision: 1.4 $ of this file
  70.     It was last modified by $Author: death $ on $Date: 92/04/05 22:51:36 $
  71.      $Log:    $
  72. @
  73.